All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.View | +----com.apple.alpha.app.Control | +----com.apple.alpha.app.TextField | +----com.apple.alpha.app.ComboBox
NSComboBox
.
[[NSComboBox
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithFrame:
on a newly allocated object.
- addItemsWithObjectValues:
Objective-C instance method.
- addItemWithObjectValue:
Objective-C instance method.
- dataSource
Objective-C instance method.
- deselectItemAtIndex:
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method.
- hasVerticalScroller
Objective-C instance method.
- indexOfItemWithObjectValue:
Objective-C instance method.
- indexOfSelectedItem
Objective-C instance method.
- insertItemWithObjectValue:atIndex:
Objective-C instance method.
- intercellSpacing
Objective-C instance method.
- itemHeight
Objective-C instance method.
- itemObjectValueAtIndex:
Objective-C instance method.
- noteNumberOfItemsChanged
Objective-C instance method.
- numberOfItems
Objective-C instance method.
- numberOfVisibleItems
Objective-C instance method.
- objectValueOfSelectedItem
Objective-C instance method.
- objectValues
Objective-C instance method.
- reloadData
Objective-C instance method.
- removeAllItems
Objective-C instance method.
- removeItemAtIndex:
Objective-C instance method.
- removeItemWithObjectValue:
Objective-C instance method.
- scrollItemAtIndexToTop:
Objective-C instance method.
- scrollItemAtIndexToVisible:
Objective-C instance method.
- selectItemAtIndex:
Objective-C instance method.
- selectItemWithObjectValue:
Objective-C instance method.
- setDataSource:
Objective-C instance method.
- setHasVerticalScroller:
Objective-C instance method.
- setIntercellSpacing:
Objective-C instance method.
- setItemHeight:
Objective-C instance method.
- setNumberOfVisibleItems:
Objective-C instance method.
- setUsesDataSource:
Objective-C instance method.
- usesDataSource
Objective-C instance method.
public static final String ComboBoxWillPopUpNotification
public static final String ComboBoxWillDismissNotification
public static final String ComboBoxSelectionDidChangeNotification
public static final String ComboBoxSelectionIsChangingNotification
protected ComboBox(boolean shouldAllocate, int objcObject)
public ComboBox()
[[NSComboBox
alloc] init]
.
public ComboBox(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public ComboBox(Rect frameRect)
- initWithFrame:
on a newly allocated object.
public native boolean hasVerticalScroller()
- hasVerticalScroller
Objective-C instance method.
public native void setHasVerticalScroller(boolean flag)
- setHasVerticalScroller:
Objective-C instance method.
public native Size intercellSpacing()
- intercellSpacing
Objective-C instance method.
public native void setIntercellSpacing(Size aSize)
- setIntercellSpacing:
Objective-C instance method.
public native float itemHeight()
- itemHeight
Objective-C instance method.
public native void setItemHeight(float itemHeight)
- setItemHeight:
Objective-C instance method.
public native int numberOfVisibleItems()
- numberOfVisibleItems
Objective-C instance method.
public native void setNumberOfVisibleItems(int visibleItems)
- setNumberOfVisibleItems:
Objective-C instance method.
public native void reloadData()
- reloadData
Objective-C instance method.
public native void noteNumberOfItemsChanged()
- noteNumberOfItemsChanged
Objective-C instance method.
public native void setUsesDataSource(boolean flag)
- setUsesDataSource:
Objective-C instance method.
public native boolean usesDataSource()
- usesDataSource
Objective-C instance method.
public native void scrollItemAtIndexToTop(int index)
- scrollItemAtIndexToTop:
Objective-C instance method.
public native void scrollItemAtIndexToVisible(int index)
- scrollItemAtIndexToVisible:
Objective-C instance method.
public native void selectItemAtIndex(int index)
- selectItemAtIndex:
Objective-C instance method.
public native void deselectItemAtIndex(int index)
- deselectItemAtIndex:
Objective-C instance method.
public native int indexOfSelectedItem()
- indexOfSelectedItem
Objective-C instance method.
public native int numberOfItems()
- numberOfItems
Objective-C instance method.
public native void encodeWithCoder(Coder coder)
- encodeWithCoder:
Objective-C instance method.
public native Object dataSource()
- dataSource
Objective-C instance method.
public native void setDataSource(Object aSource)
- setDataSource:
Objective-C instance method.
public native void addItemWithObjectValue(Object object)
- addItemWithObjectValue:
Objective-C instance method.
public native void addItemsWithObjectValues(Array objects)
- addItemsWithObjectValues:
Objective-C instance method.
public native void insertItemWithObjectValueAtIndex(Object object, int index)
- insertItemWithObjectValue:atIndex:
Objective-C instance method.
public native void removeItemWithObjectValue(Object object)
- removeItemWithObjectValue:
Objective-C instance method.
public native void removeItemAtIndex(int index)
- removeItemAtIndex:
Objective-C instance method.
public native void removeAllItems()
- removeAllItems
Objective-C instance method.
public native void selectItemWithObjectValue(Object object)
- selectItemWithObjectValue:
Objective-C instance method.
public native Object itemObjectValueAtIndex(int index)
- itemObjectValueAtIndex:
Objective-C instance method.
public native Object objectValueOfSelectedItem()
- objectValueOfSelectedItem
Objective-C instance method.
public native int indexOfItemWithObjectValue(Object object)
- indexOfItemWithObjectValue:
Objective-C instance method.
public native Array objectValues()
- objectValues
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index